From 2ffe7ef25038b822b54b87a36b4741133297afe0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 6 Jun 1993 17:44:23 +0000 Subject: [PATCH] [HAVE_TZNAME]: Declare tzname if not macro. --- src/systime.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/systime.h b/src/systime.h index 4bc557c7067..6b87013dd56 100644 --- a/src/systime.h +++ b/src/systime.h @@ -28,6 +28,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #endif +#ifdef HAVE_TZNAME +#ifndef tzname /* For SGI. */ +extern char *tzname[]; /* RS6000 and others want it this way. */ +#endif +#endif + /* SVr4 doesn't actually declare this in its #include files. */ #ifdef USG5_4 extern long timezone; -- 2.30.2